home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_5 / issue_05 / extras / virus / VProtect / ReadMe next >
Encoding:
Text File  |  1991-07-31  |  588 b   |  17 lines

  1. VProtect is a module which will prevent any of known viruses from loading
  2. via a !Boot file. 
  3.  
  4. You should copy it into the !System.Modules directory, and set up a !Boot
  5. script to ensure that it is loaded.
  6.  
  7. The commands to put in the !Boot file would typically be:
  8.  
  9. rmensure vprotect 0 rmload system:modules.vprotect
  10. rmensure vprotect 0 error VProtect has not been loaded
  11.  
  12. However, it is quite likely that the computer does not yet know where the
  13. !System directory is, so you may instead have to use the full path to
  14. !system, eg
  15.  
  16. rmensure vprotect 0 rmload adfs::4.!system.modules.vprotect
  17.